home *** CD-ROM | disk | FTP | other *** search
/ Better Homes & Gardens: …oking for Today - Chicken / Image.iso / pc / main.dxr / 00533_c.f.t.-stir fries2.ls < prev    next >
Encoding:
Text File  |  1995-11-20  |  156 b   |  12 lines

  1. on mouseDown
  2.   global gStirButton
  3.   radioDown(gStirButton)
  4. end
  5.  
  6. on mouseUp
  7.   global gStirButton
  8.   if radioUp(gStirButton) then
  9.     StirIndex()
  10.   end if
  11. end
  12.